home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3iaphys.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IAPHYSICAL_H = 1;
- include("real/intact/r3ianp.js")
- include("oops/r3vector.js")
-
-
- var R3CLID_IAPHYSICAL = 1432;
-
-
-
-
- R3IAPHYSA_SelectedPoints = 1432500;
- function SetR3IAPHYSA_SelectedPoints(value) {
- R3Set(this.r3obj, R3IAPHYSA_SelectedPoints, value, R3TID_INTEGER, 0);
- }
-
- function GetR3IAPHYSA_SelectedPoints() {
- return R3Get(this.r3obj, R3IAPHYSA_SelectedPoints, R3TID_INTEGER, 0);
- }
-
- R3IAPHYSA_Velocity = 1432501;
- function SetR3IAPHYSA_Velocity(value) {
- R3Set(this.r3obj, R3IAPHYSA_Velocity, value, R3TID_VECTOR, 0);
- }
-
- function GetR3IAPHYSA_Velocity() {
- return R3Get(this.r3obj, R3IAPHYSA_Velocity, R3TID_VECTOR, 0);
- }
-
-
-
- function r3Iaphysical () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IAPHYSICAL, arguments);
- }
- // Attributes
- this.GetSelectedPoints=GetR3IAPHYSA_SelectedPoints;
- this.SetSelectedPoints=SetR3IAPHYSA_SelectedPoints;
- this.GetVelocity=GetR3IAPHYSA_Velocity;
- this.SetVelocity=SetR3IAPHYSA_Velocity;
- }
-
- r3Iaphysical.prototype=new r3Ianp;
- // r3iaphys.h_H